Other Functions

The following functions are available globally.

  • Comparable conforming operator that checks if the lhs UInt128 is less than the rhs UInt128.

    Declaration

    Swift

    public func <(lhs: UInt128, rhs: UInt128) -> Bool
  • Undocumented

  • Undocumented

  • Undocumented

  • Equatable conforming operator that checks if the lhs UInt128 is equal to the rhs UInt128.

    Declaration

    Swift

    public func ==(lhs: UInt128, rhs: UInt128) -> Bool